projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1d18ad
)
Don't require imenu.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 2 Jul 1998 22:27:24 +0000
(22:27 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 2 Jul 1998 22:27:24 +0000
(22:27 +0000)
lisp/progmodes/cc-menus.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-menus.el
b/lisp/progmodes/cc-menus.el
index cc9a9c01c2d6a2ae1e9cbe7a58b0c7c15eb39885..470f3e69db3a78d39a7fa4111b8e9d438996a0f5 100644
(file)
--- a/
lisp/progmodes/cc-menus.el
+++ b/
lisp/progmodes/cc-menus.el
@@
-29,7
+29,7
@@
\f
;; imenu integration
-(
require 'imenu
)
+(
eval-when-compile (require 'imenu)
)
(defvar cc-imenu-c-prototype-macro-regexp nil
"RE matching macro names used to conditionally specify function prototypes.